-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update all non-major github action dependencies #182
Conversation
3ec22e5
to
5c5f254
Compare
5c5f254
to
cabf7ca
Compare
Plan for aws/acm✅ Terraform Init: Plan: 0 to add, 0 to change, 0 to destroy Show summary
Show planNo changes. Infrastructure is up-to-date.
This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.
Show Conftest results20 tests, 20 passed, 0 warnings, 0 failures, 0 exceptions
|
Plan for aws/ecr✅ Terraform Init: Plan: 0 to add, 0 to change, 0 to destroy Show summary
Show planNo changes. Infrastructure is up-to-date.
This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.
Show Conftest results20 tests, 20 passed, 0 warnings, 0 failures, 0 exceptions
|
Plan for aws/lambda✅ Terraform Init: Plan: 0 to add, 1 to change, 0 to destroy Show summary
Show planResource actions are indicated with the following symbols:
~ update in-place
Terraform will perform the following actions:
# module.api.aws_lambda_function.this will be updated in-place
~ resource "aws_lambda_function" "this" {
architectures = [
"x86_64",
]
arn = "arn:aws:lambda:ca-central-1:637287734259:function:secret-production-api"
code_sha256 = "e1b5bcd37de8d6ddc58e8cfb54fb094c6e6b524ff235b5b70cf973a4998705dd"
function_name = "secret-production-api"
id = "secret-production-api"
image_uri = "637287734259.dkr.ecr.ca-central-1.amazonaws.com/secret/app:2118e87f7a1b58970c0b3dfec5dc4e30565012a5-2024-11-12"
invoke_arn = "arn:aws:apigateway:ca-central-1:lambda:path/2015-03-31/functions/arn:aws:lambda:ca-central-1:637287734259:function:secret-production-api/invocations"
last_modified = "2024-11-12T14:39:24.000+0000"
layers = []
memory_size = 128
package_type = "Image"
publish = false
qualified_arn = "arn:aws:lambda:ca-central-1:637287734259:function:secret-production-api:$LATEST"
qualified_invoke_arn = "arn:aws:apigateway:ca-central-1:lambda:path/2015-03-31/functions/arn:aws:lambda:ca-central-1:637287734259:function:secret-production-api:$LATEST/invocations"
reserved_concurrent_executions = -1
role = "arn:aws:iam::637287734259:role/secret-production-api"
skip_destroy = false
source_code_hash = "a6561a6ed841c42c7ab0f8222196f72b6ddadf1b1abd4ce0a5d966a5a409d20a"
source_code_size = 0
tags = {
"CostCentre" = "secret"
"Terraform" = "true"
}
tags_all = {
"CostCentre" = "secret"
"Terraform" = "true"
}
timeout = 60
version = "$LATEST"
~ environment {
~ variables = {
"DYNAMO_TABLE" = "secret-production-table"
"ENV" = "PRODUCTION"
"KMS_ID" = "5e112d26-23c0-473d-afbb-2c74deab0894"
~ "SHA" = "2118e87f7a1b58970c0b3dfec5dc4e30565012a5" -> "abcdefgh"
}
}
ephemeral_storage {
size = 512
}
logging_config {
log_format = "Text"
log_group = "/aws/lambda/secret-production-api"
}
tracing_config {
mode = "PassThrough"
}
}
Plan: 0 to add, 1 to change, 0 to destroy.
------------------------------------------------------------------------
This plan was saved to: plan.tfplan
To perform exactly these actions, run the following command to apply:
terraform apply "plan.tfplan"
Show Conftest resultsWARN - plan.json - main - Missing Common Tags: ["aws_cloudwatch_event_rule.every-three-minutes"]
WARN - plan.json - main - Missing Common Tags: ["aws_dynamodb_table.dynamodb-table"]
WARN - plan.json - main - Missing Common Tags: ["aws_iam_role.lambda-iam-role"]
WARN - plan.json - main - Missing Common Tags: ["aws_kms_key.key"]
WARN - plan.json - main - Missing Common Tags: ["aws_lambda_function.lambda-warmer"]
24 tests, 19 passed, 5 warnings, 0 failures, 0 exceptions
|
This PR contains the following updates:
d7ebdde
->c884c80
v3.2.2
->v3.3.0
bda6cf6
->fa2054c
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Review
Release Notes
cds-snc/terraform-plan (cds-snc/terraform-plan)
v3.3.0
Compare Source
What's Changed
7c391a7
by @renovate-cds in https://github.com/cds-snc/terraform-plan/pull/3248f85d83
by @renovate-cds in https://github.com/cds-snc/terraform-plan/pull/3299f76ab6
by @renovate-cds in https://github.com/cds-snc/terraform-plan/pull/336e0582c7
by @renovate-cds in https://github.com/cds-snc/terraform-plan/pull/3539fa3c77
by @renovate-cds in https://github.com/cds-snc/terraform-plan/pull/36392527e2
by @renovate-cds in https://github.com/cds-snc/terraform-plan/pull/3675115bdc
by @renovate-cds in https://github.com/cds-snc/terraform-plan/pull/371aade978
by @renovate-cds in https://github.com/cds-snc/terraform-plan/pull/3749eaf697
by @renovate-cds in https://github.com/cds-snc/terraform-plan/pull/378286105c
by @renovate-cds in https://github.com/cds-snc/terraform-plan/pull/382c8955c3
by @renovate-cds in https://github.com/cds-snc/terraform-plan/pull/389Full Changelog: cds-snc/terraform-plan@v3...v3.3.0
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone America/Montreal, Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.